All Questions
2 questions
1vote
1answer
817views
Correct approach to scale (min-max scaler) both input and output signal data for unsupervised learning?
I am working on a denoising autoencoder problem with noisy and clean signals. Before I pass the signals to my model I want to apply min-max normalization and am unsure of the correct way to apply this....
1vote
1answer
345views
More weightage to a categorical feature for an Autoencoder model
I am using autoencoder for anomaly detection. I don't have any labels already and so its unsupervised. If I have categorical variables, I usually one hot encode before giving it to the model. I would ...